QuickOPC User's Guide and Reference
UAApplicationRecordDataType Constructor(UANodeId,UAApplicationTypes,IEnumerable<String>,String,String,String)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Gds Namespace > UAApplicationRecordDataType Class > UAApplicationRecordDataType Constructor : UAApplicationRecordDataType Constructor(UANodeId,UAApplicationTypes,IEnumerable<String>,String,String,String)
The unique identifier assigned by the GDS to the record.
The type of application.
The URLs that can be used to reach the application, using discovery.
A descriptive name for the application (not necessarily unique).
A unique identifier for the product.
A unique identifier for the application instance.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal applicationId As UANodeId, _
   ByVal applicationType As UAApplicationTypes, _
   ByVal discoveryUriStrings As IEnumerable(Of String), _
   ByVal applicationName As String, _
   ByVal productUriString As String, _
   ByVal applicationUriString As String _
)
'Usage
 
Dim applicationId As UANodeId
Dim applicationType As UAApplicationTypes
Dim discoveryUriStrings As IEnumerable(Of String)
Dim applicationName As String
Dim productUriString As String
Dim applicationUriString As String
 
Dim instance As New UAApplicationRecordDataType(applicationId, applicationType, discoveryUriStrings, applicationName, productUriString, applicationUriString)

Parameters

applicationId
The unique identifier assigned by the GDS to the record.
applicationType
The type of application.
discoveryUriStrings
The URLs that can be used to reach the application, using discovery.
applicationName
A descriptive name for the application (not necessarily unique).
productUriString
A unique identifier for the product.
applicationUriString
A unique identifier for the application instance.
Exceptions
ExceptionDescription

One of the arguments provided to a method is not valid.

This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception.

A null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also